Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
interface_exists
interface_exists
Check if the interface is defined
Name:
interface_exists
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Check if the interface is defined
Related
array_diff_ukey() vs array_diff(): When to use which one?
6
Use array_diff_uassoc() to distinguish differences in associative arrays
6
Implement transparent layer merging with imagecopymerge()
10
Can the hash value generated by crypt() be used as a token?
1
Similar Functions
get_parent_class
get_parent_class
Returnstheparentclas
get_called_class
get_called_class
Thenameofthe"La
get_class
get_class
Returntheobject'
property_exists
property_exists
Checkifanobjectorcla
method_exists
method_exists
Checkiftheclassmetho
is_subclass_of
is_subclass_of
Checkswhethertheobje
trait_exists
trait_exists
Checkifthespecifiedt
get_declared_traits
get_declared_traits
Returnsanarrayofalld
Popular Articles